Aida/Web 6.0 released

Aida/Web 6.0 is released after a long journey, but with a successful finale. 

Major new features since previous 5.6:

  1. Tree-like control flow (see WebDemoApp control flow examples) as the final step to close gap to the support of all kinds of web applications from those with an usual graph-like navigation to those with a tree-like control flow as found in GUI-like web apps.
  2. Introduction of web execution contexts . These contexts give a scope to the "execution" of web request and are the precondition for controlling this flow of execution.
  3. Translation support for text on the web apps, to allow the  multilingual text on the pages, besides multilingual content.
  4. Caching (memcached like) to improve performance of serving the content, which otherwise doesn't change frequently.

.. and many more, release note are coming.

About tree-like control flow with a help of image below: in Aida action method you want to confirm a delete by asking the user with a popup dialog window. Execution is there interrupted until the YES or NO button is pressed on dialog. At that time the execution of action method continue and delete is done if YES button was pressed. See WebDemoApp viewControlFlow and actionControlFlowDelete in Aida 6.0 for more.Aida tree-like control flow